home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 111 / PC Guia 111.iso / Software / Utils / HJTHotkey 2.7.4 / HJTHotkey.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-15  |  2.9 KB  |  59 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=HJTHotkey
  4. AppVerName=HJTHotkey 2.7.4
  5. AppId=HJTHotkey
  6. AppPublisher=HJTHotkey
  7. AppPublisherURL=http://hometown.aol.co.uk/jrmc137/HJTHotkey/
  8. AppSupportURL=http://hometown.aol.co.uk/jrmc137/HJTHotkey/
  9. AppUpdatesURL=http://hometown.aol.co.uk/jrmc137/HJTHotkey/
  10. DefaultDirName={pf}\HJTHotkey
  11. DefaultGroupName=HJTHotkey
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\HJTHotkey,1.exe"; DestDir: "{app}"; DestName: "HJTHotkey.exe"; Flags: ignoreversion 
  21. Source: "{app}\HJTHotkey,2.exe"; DestDir: "{app}"; DestName: "HJTHotkey.exe"; Flags: ignoreversion 
  22. Source: "{app}\hjthotkey.ahk"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\startup.ahk"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Include in HJTHotkey.ahk"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\icon1.ico"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\icon2.ico"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\icon3.ico"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\icon4.ico"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\instructions.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\is.ini"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\keys.ini"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\hotkeys.ini"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\licence.txt"; DestDir: "{app}"; Flags: ignoreversion 
  34. [INI]
  35. FileName: "{app}\HJTHotkey.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://hometown.aol.co.uk/jrmc137/HJTHotkey/"; 
  36. [Run]
  37. Filename: "{app}\HJTHotkey.exe"; Description: "{cm:LaunchProgram,HJTHotkey}"; Flags: postinstall skipifsilent nowait
  38. [Icons]
  39. Name: "{group}\HJTHotkey"; Filename: "{app}\HJTHotkey.exe"; WorkingDir: "{app}"; 
  40. Name: "{userdesktop}\HJTHotkey"; Filename: "{app}\HJTHotkey.exe"; WorkingDir: "{app}"; 
  41. Name: "{group}\{cm:ProgramOnTheWeb,HJTHotkey}"; Filename: "{app}\HJTHotkey.url"; 
  42. Name: "{group}\{cm:UninstallProgram,HJTHotkey}"; Filename: "{uninstallexe}"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\HJTHotkey.url"; 
  45. [CustomMessages]
  46. default.NameAndVersion=%1 version %2
  47. default.AdditionalIcons=Additional icons:
  48. default.CreateDesktopIcon=Create a &desktop icon
  49. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. default.ProgramOnTheWeb=%1 on the Web
  51. default.UninstallProgram=Uninstall %1
  52. default.LaunchProgram=Launch %1
  53. default.AssocFileExtension=&Associate %1 with the %2 file extension
  54. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.